Re: Extended Query: Parse Command: syntax?

Поиск
Список
Период
Сортировка
От M. Bastin
Тема Re: Extended Query: Parse Command: syntax?
Дата
Msg-id a06110404bd130fdb9eb2@[213.224.114.207]
обсуждение исходный текст
Ответ на Extended Query: Parse Command: syntax?  ("M. Bastin" <marcbastin@mindspring.com>)
Ответы Re: Extended Query: Parse Command: syntax?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
At 4:26 PM +0200 7/8/04, M. Bastin wrote:
>When you send the query to be parsed I presume you must somehow tell
>which elements of it are parameters.  How do you do this?
>
>e.g.:   SELECT name, phone FROM friends WHERE age > 25;
>
>How would I write this if "name" and "25" must be parameters?  Or if
>the operator ">" should be a parameter or modifiable in another way?

Can "age > 25" as a whole be a parameter?

Thanks,

Marc

В списке pgsql-novice по дате отправления:

Предыдущее
От: "M. Bastin"
Дата:
Сообщение: Extended Query: Parse Command: syntax?
Следующее
От: Vitaly Belman
Дата:
Сообщение: Storage space lost during an UPDATE